home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / spam.src < prev    next >
Text File  |  1998-03-23  |  13KB  |  287 lines

  1. @@@STARTPACK(spam;E-Mail Spamming Countermeasures)
  2.  
  3. <P>
  4. SCO Skunkware 7 contains the latest release of procmail
  5. (<A HREF="../uw7/mail/procmail-3.11pre7-built.tar.gz">
  6. procmail-3.11pre7-built.tar.gz</A>) built for use on UnixWare 7
  7. as well as the latest stable release of The Spam Bouncer
  8. (<A HREF="../src/mail/spambnc-1.00e.tar.gz">spambnc-1.00e.tar.gz</A>).
  9. Also included is a <A HREF="../src/mail/procmail.rc">sample procmail.rc</A>
  10. configured for UnixWare 7 for use in conjunction with the spam bouncer.
  11. <P>
  12. To get started with procmail, see the tutorial
  13. "<A HREF="http://www.best.com/~ariel/nospam/proctut.shtml">
  14. Getting Started With Procmail</A>". Before installing and configuring
  15. The Spam Bouncer (which works in conjunction with procmail), be sure and visit 
  16. <A HREF="http://www.best.com/~ariel/nospam/index.shtml">
  17. The Spam Bouncer Home Page</A> and read the instructions carefully.
  18. <P>
  19. These "pointers on the actual implementation of filtering methodologies"
  20. were taken from  the following CIAC Information Bulletin. They provide
  21. some excellent tips on :
  22. <P>
  23. <DL>
  24. <DT>Filtering mail to your personal account
  25. <DD>
  26. <A HREF="http://spam.abuse.net/spam/tools/mailblock.html#filters">
  27. http://spam.abuse.net/spam/tools/mailblock.html#filters</A>
  28. <DT>Blocking spam E-Mail for an entire site
  29. <DD>
  30. <A HREF="http://spam.abuse.net/spam/tools/mailblock.html">
  31. http://spam.abuse.net/spam/tools/mailblock.html</A>
  32. <DT>Blocking IP connectivity from spam sites
  33. <DD>
  34. <A HREF="http://spam.abuse.net/spam/tools/ipblock.html">
  35. http://spam.abuse.net/spam/tools/ipblock.html</A>
  36. </DL>
  37. <P>
  38. <PRE>
  39. [  For Public Release  ]
  40. -----BEGIN PGP SIGNED MESSAGE-----
  41.  
  42.      __________________________________________________________
  43.  
  44.            The U.S. Department of Energy
  45.                     Computer Incident Advisory Capability
  46.                            ___  __ __    _     ___
  47.                           /       |     /_\   /
  48.                           \___  __|__  /   \  \___
  49.              __________________________________________________________
  50.  
  51.                              INFORMATION BULLETIN
  52.  
  53.                           E-Mail Spamming countermeasures
  54.                     Detection and prevention of E-Mail spamming
  55.  
  56. October 20, 1997 19:00 GMT                                        Number I-005
  57. ______________________________________________________________________________
  58. PROBLEM:       Unsolicited E-Mail.
  59.  
  60. PLATFORM:      All platforms which accept E-Mail from the Internet
  61.  
  62. DAMAGE:        Loss of user productivity and reduction of availability of
  63.                resources.
  64.  
  65. SOLUTION:      Follow the guidelines outlined below.
  66.  
  67. ______________________________________________________________________________
  68. VULNERABILITY        Programs which implement this type of malicious activity
  69. ASSESSMENT:          are in widespread use. No legal remedies are available
  70.                      yet.
  71. ______________________________________________________________________________
  72.  
  73.  
  74. INTRODUCTION:
  75.  
  76. Spam (aka UCE: Unsolicited Commercial E-Mail) is the Internet version of "Junk
  77. E-Mail." It is an attempt to deliver a message, over the Internet, to someone
  78. who would not otherwise choose to receive it.  Almost all spam is commercial
  79. advertising.  Potential target lists are created by scanning Usenet postings,
  80. stealing Internet mailing lists, or searching the Web for addresses.  Such
  81. information is gathered with automated searches to retrieve E-Mail addresses
  82. for spamming.
  83.  
  84. The low cost of E-Mail spamming engines offered for sale with millions
  85. of E-Mail addresses, coupled with the fact that the sender does not pay extra
  86. to send E-Mail, has resulted in the current explosive growth of "junk E-Mail."
  87. Currently, unless the spammer offers to sell illegal items, there is no legal
  88. remedy to use to stop E-Mail spammers.
  89.  
  90. Congress is currently considering legislation to require the marking of
  91. unsolicited commercial E-Mail (UCE), but that legislation is not yet complete.
  92.  
  93.  
  94. TERMINOLOGY:
  95.  
  96. Mail Delivery Agent (MDA). This refers to the program used by the client to
  97. retrieve E-Mail from a storage location. It is usually referred to as the
  98. "mail client." An example of this is pine or eudora.
  99.  
  100. Mail Transfer Agent (MTA). This refers to the program used running on the
  101. server to store and forward E-Mail messages. It is usually referred to as the
  102. "mail server program." An example of this is sendmail or the server part of
  103. exchange.
  104.  
  105.  
  106. CONFIGURATION AND USAGE GUIDELINES:
  107.  
  108. Mail filtering in the MTA or MDA is the only practical solution today and it
  109. is less than perfect.  There are three primary information sources used to
  110. filter incoming E-Mail :
  111.  
  112.         - Header Information
  113.         - Mailer Type (a special type of Header information)
  114.         - IP Address (domain name).
  115.  
  116. Header filtering is performed by scanning the header and/or envelope of a
  117. message, and comparing that information to a list of "filters."  If the
  118. "From", "X-Sender", or "Sender" address is in the "filtering" list, the
  119. message is dropped.  Filtering by E-Mail envelope and/or header information on
  120. the MDA or MTA is the most effective way of limiting spam on your network.
  121. Filtering on the MTA is accomplished by adding rules to the configuration for
  122. the specific mail system running on the server.  The MDA filtering is accomp-
  123. lished through configuration rules in the client uses to read mail.  The most
  124. logical location for filtering is your MTA, since it can perform this service
  125. for a larger number of mail accounts and is a central point for administra-
  126. tion.  The down side to this is that users need to feedback "SPAM" information
  127. to the E-Mail administrators to be incorporated into an organization-wide
  128. filtering list. This requires continuous maintenance to keep the spamming
  129. filters list up-to-date, since it is built in reaction to spamming activity.
  130. Predetermined "filtering" lists are available in the public domain.  Also, if
  131. the spamming filter list is not made with care, valid E-Mail messages may be
  132. discarded along with the spam.
  133.  
  134. Mailer filtering uses the specific Header information field: "X-mailer."  This
  135. type of filtering enables you to eliminate an entire class of senders --
  136. those who use suspect Mail Delivery Agents.  Some of the more popular MDA's
  137. with spammers are: Pegasus, Floodgate, Extractor, Fusion, MassE-Mail, Quick
  138. Shot, NetMailer, and WorldMerge.  Be aware that, as with other Header
  139. filtering, filtering on "X-mailer" always runs the risk of eliminating
  140. legitimate E-Mail from people using these mailers.  It is the person and not
  141. the mailer that is the problem.
  142.  
  143. Lastly, you can filter traffic from a domain or range of IP addresses.  This
  144. is probably the easiest way to limit spam from those addresses associated
  145. with spamming.  Again you may also block mail from legitimate users.
  146.  
  147.  
  148. SOME DO NOTS
  149.  
  150. Do NOT spam, mail bomb, or hack spammers.  In many cases the site indicated as
  151. the source of the spamming is not the spammers real site, so attacking that
  152. site is not only wrong, but you are actually "spamming" yourself.
  153.  
  154. DO NOT Sending "remove" messages to a spammer.  It simply validates your
  155. E-Mail address for future spammings.
  156.  
  157. Site E-Mail administrators should work closely with their users to make the
  158. list decision about sites, mailers, and senders to be blocked.
  159.  
  160. Pointers on the actual implementation of filtering methodologies:
  161.  
  162.      Filtering mail to your personal account
  163. <A HREF="http://spam.abuse.net/spam/tools/mailblock.html#filters">
  164.         http://spam.abuse.net/spam/tools/mailblock.html#filters</A>
  165.      Blocking spam E-Mail for an entire site
  166. <A HREF="http://spam.abuse.net/spam/tools/mailblock.html">
  167.         http://spam.abuse.net/spam/tools/mailblock.html</A>
  168.      Blocking IP connectivity from spam sites
  169. <A HREF="http://spam.abuse.net/spam/tools/ipblock.html">
  170.         http://spam.abuse.net/spam/tools/ipblock.html</A>
  171. ______________________________________________________________________________
  172.  
  173.  
  174. CIAC, the Computer Incident Advisory Capability, is the computer
  175. security incident response team for the U.S. Department of Energy
  176. (DOE) and the emergency backup response team for the National
  177. Institutes of Health (NIH). CIAC is located at the Lawrence Livermore
  178. National Laboratory in Livermore, California. CIAC is also a founding
  179. member of FIRST, the Forum of Incident Response and Security Teams, a
  180. global organization established to foster cooperation and coordination
  181. among computer security teams worldwide.
  182.  
  183. CIAC services are available to DOE, DOE contractors, and the NIH. CIAC
  184. can be contacted at:
  185.     Voice:    +1 510-422-8193
  186.     FAX:      +1 510-423-8002
  187.     STU-III:  +1 510-423-2604
  188.     E-Mail:   ciac@llnl.gov
  189.  
  190. For emergencies and off-hour assistance, DOE, DOE contractor sites,
  191. and the NIH may contact CIAC 24-hours a day. During off hours (5PM -
  192. 8AM PST), call the CIAC voice number 510-422-8193 and leave a message,
  193. or call 800-759-7243 (800-SKY-PAGE) to send a Sky Page. CIAC has two
  194. Sky Page PIN numbers, the primary PIN number, 8550070, is for the CIAC
  195. duty person, and the secondary PIN number, 8550074 is for the CIAC
  196. Project Leader.
  197.  
  198. Previous CIAC notices, anti-virus software, and other information are
  199. available from the CIAC Computer Security Archive.
  200.  
  201. World Wide Web: <A HREF="http://ciac.llnl.gov/">http://ciac.llnl.gov/</A>
  202. Anonymous FTP: <A HREF="ftp://ciac.llnl.gov"> ciac.llnl.gov (198.128.39.53)</A>
  203. Modem access: +1 (510) 423-4753 (28.8K baud)
  204.               +1 (510) 423-3331 (28.8K baud)
  205.  
  206. CIAC has several self-subscribing mailing lists for electronic
  207. publications:
  208. 1. CIAC-BULLETIN for Advisories, highest priority - time critical
  209.    information and Bulletins, important computer security information;
  210. 2. SPI-ANNOUNCE for official news about Security Profile Inspector
  211.    (SPI) software updates, new features, distribution and
  212.    availability;
  213. 3. SPI-NOTES, for discussion of problems and solutions regarding the
  214.    use of SPI products.
  215.  
  216. Our mailing lists are managed by a public domain software package
  217. called Majordomo, which ignores E-Mail header subject lines. To
  218. subscribe (add yourself) to one of our mailing lists, send the
  219. following request as the E-Mail message body, substituting
  220. ciac-bulletin, spi-announce OR spi-notes for list-name:
  221.  
  222. E-Mail to       ciac-listproc@llnl.gov or majordomo@tholia.llnl.gov:
  223.         subscribe list-name
  224.   e.g., subscribe ciac-bulletin
  225.  
  226. You will receive an acknowledgment E-Mail immediately with a confirmation
  227. that you will need to mail back to the addresses above, as per the
  228. instructions in the E-Mail.  This is a partial protection to make sure
  229. you are really the one who asked to be signed up for the list in question.
  230.  
  231. If you include the word 'help' in the body of an E-Mail to the above address,
  232. it will also send back an information file on how to subscribe/unsubscribe,
  233. get past issues of CIAC bulletins via E-Mail, etc.
  234.  
  235. PLEASE NOTE: Many users outside of the DOE, ESnet, and NIH computing
  236. communities receive CIAC bulletins.  If you are not part of these
  237. communities, please contact your agency's response team to report
  238. incidents. Your agency's team will coordinate with CIAC. The Forum of
  239. Incident Response and Security Teams (FIRST) is a world-wide
  240. organization. A list of FIRST member organizations and their
  241. constituencies can be obtained via WWW at 
  242. <A HREF="http://www.first.org/">http://www.first.org/</A>.
  243.  
  244. This document was prepared as an account of work sponsored by an
  245. agency of the United States Government. Neither the United States
  246. Government nor the University of California nor any of their
  247. employees, makes any warranty, express or implied, or assumes any
  248. legal liability or responsibility for the accuracy, completeness, or
  249. usefulness of any information, apparatus, product, or process
  250. disclosed, or represents that its use would not infringe privately
  251. owned rights. Reference herein to any specific commercial products,
  252. process, or service by trade name, trademark, manufacturer, or
  253. otherwise, does not necessarily constitute or imply its endorsement,
  254. recommendation or favoring by the United States Government or the
  255. University of California. The views and opinions of authors expressed
  256. herein do not necessarily state or reflect those of the United States
  257. Government or the University of California, and shall not be used for
  258. advertising or product endorsement purposes.
  259.  
  260. LAST 10 CIAC BULLETINS ISSUED (Previous bulletins available from CIAC)
  261.  
  262. H-105: HP-UX vuefile, vuepad, dtfile, & dtpad Vulnerabilities
  263. H-106: SGI IRIX LOCKOUT & login/scheme Vulnerabilities
  264. H-107: UNIX Buffer Overflow in rdist Vulnerability
  265. H-108: SunOS, Solaris libX11 Buffer Overflow Vulnerability
  266. H-109: Solaris DCE and AFS Integrated login Vulnerability
  267. H-110: Samba Servers Vulnerability
  268. I-001: HP-UX Denial of Service via telnet Vulnerability
  269. I-002: Cisco CHAP Authentication Vulnerability
  270. I-003: HP-UX mediainit(1) Vulnerability
  271. I-004: NEC/UNIX "nosuid" mount option Vulnerability
  272.  
  273.  
  274. -----BEGIN PGP SIGNATURE-----
  275. Version: 4.0 Business Edition
  276.  
  277. iQCVAwUBNE6B8rnzJzdsy3QZAQGgvgQAzvivKaJHthrihwOh6PF5YJw9cj2EPT6j
  278. bfrLvWtXL7FhXSNzaAjI5b325KH1txywHAWFoxTd8eFjdV1xD/kdy7o60ncFKROJ
  279. 7A+VLQQ0NlziuNECAr1hMGLFqbAzgrjNKnRapK7AH09NzX+oZO9tDvxUIlHdJyf/
  280. pHWgMcjaOLA=
  281. =Fod6
  282. -----END PGP SIGNATURE-----
  283. </PRE>
  284. </P>
  285.  
  286. @@@ENDPACK
  287.